Auto merge of #2270 - felixc:warn-on-empty-dep, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 20 Jan 2016 17:36:59 +0000 (17:36 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Jan 2016 17:36:59 +0000 (17:36 +0000)
This warns when encountering dependencies of either of these forms:
```
  [dependencies]
  foo = {}
```
and
```
  [dependencies.foo]
```
(with nothing further provided).

In the future, this should likely become a hard error.

Related to #2147


Trivial merge